1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{52013B2E-CA19-4F0E-8285-EA3F68D06034}</ProjectGuid>
8 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CSASPNETAutoLogin</RootNamespace>
12 <AssemblyName>CSASPNETAutoLogin</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>bin\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>pdbonly</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\</OutputPath>
28 <DefineConstants>TRACE</DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
33 <Reference Include="System" />
34 <Reference Include="System.Data" />
35 <Reference Include="System.Core">
36 <RequiredTargetFramework>3.5</RequiredTargetFramework>
38 <Reference Include="System.Data.DataSetExtensions">
39 <RequiredTargetFramework>3.5</RequiredTargetFramework>
41 <Reference Include="System.Web.Extensions">
42 <RequiredTargetFramework>3.5</RequiredTargetFramework>
44 <Reference Include="System.Xml.Linq">
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Web" />
49 <Reference Include="System.Xml" />
50 <Reference Include="System.Configuration" />
51 <Reference Include="System.Web.Services" />
52 <Reference Include="System.EnterpriseServices" />
53 <Reference Include="System.Web.Mobile" />
56 <Content Include="AutoLogin.aspx" />
57 <Content Include="Login.aspx" />
58 <Content Include="ReadMe.txt" />
59 <Content Include="Web.config" />
62 <Compile Include="AutoLogin.aspx.cs">
63 <DependentUpon>AutoLogin.aspx</DependentUpon>
64 <SubType>ASPXCodeBehind</SubType>
66 <Compile Include="AutoLogin.aspx.designer.cs">
67 <DependentUpon>AutoLogin.aspx</DependentUpon>
69 <Compile Include="Login.aspx.cs">
70 <DependentUpon>Login.aspx</DependentUpon>
71 <SubType>ASPXCodeBehind</SubType>
73 <Compile Include="Login.aspx.designer.cs">
74 <DependentUpon>Login.aspx</DependentUpon>
76 <Compile Include="Properties\AssemblyInfo.cs" />
79 <Folder Include="App_Data\" />
81 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
82 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
83 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84 Other similar extension points exist, see Microsoft.Common.targets.
85 <Target Name="BeforeBuild">
87 <Target Name="AfterBuild">
92 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
93 <WebProjectProperties>
94 <UseIIS>False</UseIIS>
95 <AutoAssignPort>True</AutoAssignPort>
96 <DevelopmentServerPort>46107</DevelopmentServerPort>
97 <DevelopmentServerVPath>/</DevelopmentServerVPath>
100 <NTLMAuthentication>False</NTLMAuthentication>
101 <UseCustomServer>False</UseCustomServer>
104 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
105 </WebProjectProperties>